CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多线程 linux

搜索资源列表

  1. Linux.rar

    0下载:
  2. 实现linux下1、文件的拷贝;2、运行3个多线程任务、3、添加一个新的系统调用。,implement under linux environment:1. copy of files 2. run 3 multi-thread application 3. add a new system_call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:22638
    • 提供者:steven
  1. Linux_threadpool.rar

    0下载:
  2. linux 线程池,很实用的线程示例,实现的很健壮,纯源代码,linux threadpool
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:808904
    • 提供者:redegao
  1. tcpMuti

    1下载:
  2. 基于Tcp的多线程并发服务器,利用fork创建线程,一个服务器端可以对应多个客户端-Tcp-based multi-threaded concurrent server, using fork to create threads, a server-side may correspond to multiple clients
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2193
    • 提供者:kathy
  1. Linux-userthread-library

    0下载:
  2. 可模拟实现Linux用户级线程库的静态调用,规避了多线程库的竞态条件和复杂的同步问题.除源代码外还有详细的设计说明文档.-Can simulate the realization of Linux user-level Thread Library static call circumvented competing multi-threaded library condition and complex synchronization problems. In addition to sour
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:326347
    • 提供者:李海波
  1. pthread

    1下载:
  2. linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:26502
    • 提供者:wuqian
  1. linux

    0下载:
  2. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-06-17
    • 文件大小:26575272
    • 提供者:汪涵
  1. os_pc

    0下载:
  2. linux多线程程序实例。形象生动,易读。配有makefike文件,可直接装载。-linux multi-threaded program example. Vivid, with makefike files can be directly loaded.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6062
    • 提供者:fang
  1. client

    0下载:
  2. linux下的FTP服务器代码示例,支持多线程。-FTP server under linux sample code to support multi-threading.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3286
    • 提供者:Jin
  1. Linux_thread

    0下载:
  2. linux操作系统下的多线程编程开发文档,对于liunx的学习和开发人员有很好的指导作用-linux operating system developed under the multi-threaded programming documents, for liunx learning and developers have a good guide
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1262020
    • 提供者:方德
  1. linux

    0下载:
  2. 一个QQ聊天小软件,多进程,多线程,的聊天小工具,运用linux下C语言实现。-a software for commiunicate.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:5734
    • 提供者:赵聪
  1. linux_thread_scanner

    0下载:
  2. linux下的多线程扫描器,适合初学者参考。-multi-threaded scanner under linux for beginners reference.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:7138
    • 提供者:Fay
  1. string

    0下载:
  2. 多线程编程入门实例 本人第一次上传;linux操作系统多线程编程-string program code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:571676
    • 提供者:朱圣诞
  1. server_c_Linux

    0下载:
  2. linux 下服务器多线程程序。同时实现与多个客户端程序通信-Write multi-threading server application with linux. The same time to achieve multi-client communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3152
    • 提供者:yang_yinxia
  1. muthread

    1下载:
  2. Linux中多线程通信的实例,适合初学者学习Linux-See more Linux instances of the process of communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3423
    • 提供者:王博文
  1. FIB

    0下载:
  2. 通过Linux多线程实现斐波那契数列,适合Linux编程入门者。(The realization of multi-threaded Linux Fibonacci sequence)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:光谷华
  1. pthread-master

    0下载:
  2. 模拟多线程之间信号量交互,适用于linux平台,采用c语言(semaphore interaction between multiple threads)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:ExcaliburZH
  1. duoxiancheng

    0下载:
  2. 在Linux系统上用c实现多线程卖票,希望对面有用(Using c on Linux systems for multi-threaded selling tickets is expected to be useful across the board)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:伴缘君
  1. cpp11_thread-master

    0下载:
  2. 使用C++11 thread类编写Linux多线程程序(Using C++11 to write Linux multithreading)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Arcon
  1. pthread

    0下载:
  2. 提供c/c++多线程开发的API,兼容windows linux平台(provide the developer the application program interface of Multithreading)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-28
    • 文件大小:9216
    • 提供者:1234.l
  1. linux下的多线程高并发tcp服务器

    3下载:
  2. 基于epoll的多线程TCP服务器 基于epoll,监听指定端口的TCP请求; TCP长连接、短连接分别使用不同的端口; 当接收到客户端的TCP短连接请求时,返回服务器ip地址、MAC地址;当接收到客户端的TCP长连接请求时,服务器接收连接,客户端周期性向服务器发送心跳; 支持多个客户端的并发TCP请求; 使用多线程技术,同时监听、提供服务; 设计服务器端和客户端的通信协议,使用JSON格式。
  3. 所属分类:网络编程

    • 发布日期:2018-12-13
    • 文件大小:55757
    • 提供者:a978023
« 1 2 3 45 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com